This document contains a brief summary of the changes made between Installer 4.0.3 and Installer 4.0.5. There are two sections to this document: Bug Fixes and Known Bugs.
BUG FIXES
• Multiple CD-ROM installations are now possible.
A bug prevented the CD-ROM disk from being ejected in order to insert the next CD-ROM disk.
KNOWN BUGS
• When installing onto a UNIX volume the Installer may miscalculate the required disk space needed.
This problem is mostly likely to occur with scripts that allow the user to specify the destination folder. The Installer assumes the UNIX volume is only one hard disk and does not account for the fact that directories may actually be located on a separate hard disk.
WORKAROUND: If the Installer runs out of disk space during the installation the process is stopped. Ask the user to delete files from the directory into which files or resources are being installed.
• Numerous Disk Swaps required if Installer Script, active System Folder, and target disk are on seperate floppy diskettes.
WORKAROUND: Ask the user to have patience. The Installer will install correctly, but requires information from floppy disk that is not in a drive, and therefore requires the disk to be inserted to continue.
• Global Rules Framework does not function as advertised.
The Global Rules framework is supposed to support use of Custom Rule Clauses ( ones that reference code resources ), use of AddPackages{}, AddUserDescription{} and AddCustomItems{} rule clauses; but these rule clauses do not always function as expected.
WORKAROUND: Avoid rule functions that call code resources or modify the Easy or Custom package lists, or modify the Easy Install description from within the Global Framework. Use the Global Framework for calling non-code resource rule clauses, and for setting and checking assertions. Use the Custom Framework for modifying the Custom Install package list, and use Easy Install Framework for modifying the Easy Install package list or the Easy Install description.
• Extra Disk Swaps required when no file is installed from the first install disk.
If you create an installation set that does not install any files from the first installation disk ( the one containing the Installer and the Installer Script ), several extra disk swaps may be required from the user. Other than the extra "unneeded" disk swap, the installation is performed "normally". This situation does not apply during Custom Remove; it only applies to Custom Install and Easy Install.
WORKAROUND: Make sure that every Easy and Custom Install scenario installs at least one file from the first installation disk.